-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt new modern dialog #1519
Adopt new modern dialog #1519
Conversation
Codecov Report
Additional details and impacted files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Untested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm basically OK with this part (untested). I still need to go through the front end changes, though.
This is mostly the frontend sync for (LycheeOrg/Lychee-front#322.
On top it allows for easier and efficient queries of shares. Previously,
Share::list
returned all existing shares and the fronend had to sort out what it really needed. Now, it is possible to optionally sent a user ID or album ID toShare::list
and the filtering is already performed on the backend. This is not only much more efficient, but also simplifies the frontend code.